Call imagemagick-register-types automatically.
authorChong Yidong <cyd@gnu.org>
Mon, 16 Apr 2012 03:47:43 +0000 (11:47 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 16 Apr 2012 03:47:43 +0000 (11:47 +0800)
commit4773e4f3ba56d29247bc421414a7e5ac6affccab
treed137c4575ef8dbeed1611a83a76b9ec88d789471
parent119182f9785902b0a150a3560cd5bf330bb51015
Call imagemagick-register-types automatically.

* lisp/image.el (imagemagick--extension-regexp): New variable.
(imagemagick-register-types): Use it.
(imagemagick-types-inhibit): Add :set function.  Allow new value
of t to inhibit all types.

* lisp/loadup.el (fboundp): Preload regexp-opt, needed by
imagemagick-register-types.

* lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
so we can preload it.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/regexp-opt.el
lisp/image.el
lisp/loadup.el